home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / lfeed.zip / NOLF.TXT < prev    next >
Text File  |  1988-10-01  |  1KB  |  29 lines

  1.                   NOLF.com version 1.0
  2.  
  3.                          by
  4.                     Jack A. Orman
  5.                     Copyright 1988
  6.  
  7.     This program is used to process a text file that is stored in
  8. ASCII format and converts all of the carriage return/line feed
  9. pairs ($0D,$0A) into carriage returns only ($0D). This is necessary
  10. for the files to be displayed properly on many word processors used
  11. by the Macintosh (and others). Also, some computer networks require
  12. that you upload text with a carriage return only at the end of each
  13. line.
  14.  
  15. Proper syntax for using NOLF.com is:
  16.  
  17.       NOLF <d:readfile> <d:writefile> <ENTER>
  18.  
  19. where d: is the drive and an optional path, readfile is the name
  20. of the ASCII text file to be read, and writefile is the name of the
  21. ASCII text file that you wish to save the converted file to. If the
  22. writefile already exists, CRLF will write over it with no warning.
  23.  
  24. Note: DO NOT use NOLF for files that are larger than 62k bytes.
  25.       Break larger files into sections that are less than 62k and
  26.       process them separately.
  27.  
  28. 
  29.